* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #333;
  padding-top: 0px;

}

img {
  border: none;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;

}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 10px;
}

a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;

}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

p {
  font-size: 14px;
}

input {
  outline: none;
  border: none;
}

/* div{
    transition: all 0.5s ease-out; 
}*/
#box {
  width: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.header-text {
  width: 1150px;
  margin: 5px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-text p {
  font-size: 13px;
}

.header-dianhua {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-dianhua p {
  font-size: 13px;
}

.header-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
  background: url(../image/166f81d0-aa30-4630-bc17-59cedabfcd3b.jpg);
}

.header-topone {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header-logo {
  width: auto;
  height: auto;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-dianhuaone {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.header-sousuo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.header-sousuo input {
  width: 180px;
  height: 30px;
  border: 1px solid #ccc;
  border-right: none;
  text-indent: 2em;
  font-size: 12px;
  border-radius: 25px 0px 0px 25px;
}

.header-dianhua img {
  padding-bottom: 10px;
  width: auto !important;
  height: auto !important;
}

.header-sousuo button {
  padding: 6px 20px;
  color: #fff;
  background-color: #bf001a;
  border-radius: 0 25px 25px 0;
  border: none;
}

.header-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: #bf001a;
}

.headermain-center {
  width: 1200px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 0px;
  height: 30px;
  padding: 10px;
}

.headermain-center div a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 550;
}

.headermain-center div {
  width: 110px;
  text-align: center;
  position: relative;

  border-right: 1px solid rgba(255, 255, 255, 0.3);

}

.header-nav2 {
  width: 120px;
  height: 0px;
  z-index: 999;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px #ccc;
  position: absolute;
  transition: all 0.5s ease-out;
  left: 0;
  top: 200%;
  overflow: hidden;
  border-right: none;
}

.header-nav2 li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}

.header-nav2 li:hover {
  background-color: #bf001a;
}

.header-nav2 li:hover a {
  color: #fff;

}

.header-nav2 li a {
  color: #333;
  font-weight: 500;
  padding-bottom: 0px;
}

.headermain-center div:hover .header-nav2 {
  height: auto;
  transition: all 0.5s ease-out;
}

.sanjiao {
  z-index: 999;
  display: none;
  width: 30px !important;
  height: 30px;
  background-image: url(../image/upsanjiao.png);
  background-repeat: no-repeat;
  position: absolute !important;
  top: 110%;
  left: 40%;
  border: none !important;
}

.headermain-center div:hover .sanjiao {

  display: block;
  transition: all 0.5s ease-out;
}

.header-swiper {
  width: 100%;
  height: auto;
}

.header-swiperimg {
  width: 100%;
  height: 350px;
  position: relative;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-swipertext p:nth-child(1) {
  font-size: 35px;
  color: #fff;
}

.header-swipertext p:nth-child(2) {
  font-size: 20px;
  color: #fff;
}

.header-swipertext {
  width: 80%;
  height: 60px;
  margin: 0 auto;
  position: absolute;

 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: hide-detail 1s ease-in forwards;
  transition: 0.2s;
  transform: scale(0.2);
  opacity: 1;
  transition-delay: 0.2s;
}

@keyframes hide-detail {
  0% {
    opacity: 0;
    transform: scale(0.4);

    bottom: 0%;
    right: 0%;
  }

  50% {
    bottom: 20%;
    right: 10%;
    opacity: 0.5;
    transform: scale(0.6);

  }
75%{
  bottom: 40%;
  right: 10%;
}
  100% {
    opacity: 1;
    transform: scale(1);

   
  }
}

.header-swiperimg img {
  width: 100%;
  height: 100%;
  background-size: inherit;
}

.headerswiper,
.headerswiper .swiper-wrapper {
  width: 100%;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.5);
}

.headerswiper .swiper-slide {
  width: 100%;
  height: 450px;
  background-size: cover;
  position: relative;

}

.ffvb {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 900px;
  height: 60px;
  transition: .8s;
  transform: scale(0.8);
  opacity: 0;
  transition-delay: 0.5s;
}

.swiper-slide-active .ffvb {
  opacity: 1;
  transform: scale(1);
}

.ffvb p:nth-child(1) {
  font-size: 45px;
  color: #fff;
  margin-bottom: 30px;
}

.ffvb p:nth-child(2) {
  font-size: 20px;
  color: #fff;
}

.main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 30px;
}

.mainone {
  width: 100%;
}

.maintitle {
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(244, 244, 244, 1);
  margin-top: 20px;
}

.yqljmain ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.yqljmain ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #bf001a;
  padding: 10px 0px;
}

#yqljnav {
  font-size: 18px;
  color: #bf001a;
  font-weight: 700;

}

.maintitle p {
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #bf001a;
  border-radius: 5px 5px 0 0;
}

.maintitle small {
  font-size: 16px;
  padding: 5px 20px;
}

.mainonemain {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mainonemain-left {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.mainonemain-left>div:nth-child(1) {
  width: 342px;
  height: 205px;
  margin: 10px;
}

.mainonemain-left>div:nth-child(1) img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;

}

.mainonemain-left>div:nth-child(2) {
  width: 100%;
  margin: 10px 10px 20px 10px;
}

.mainonemain-right {
  width: 65%;
  display: flex;
  flex-direction: column;

}

.mainonemainright1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mainonemainright1>div:nth-child(1) {
  width: 161px;
  height: 96.71px;
}

.mainonemainright1>div:nth-child(1) img {
  width: 100%;
  height: 100%;
}

.mainonemainright1>div:nth-child(2) {
  width: 75%;
}

.mainonemainright1>div:nth-child(2) p {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
}

.mainonemainright2 {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5px;
}

.mainonemainright2 div {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.mainonemainright2 div p {
        width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /*flex-wrap: wrap;*/

}

.mainonemainright2 div p span {
  font-size: 32px;
  text-align: center;
  display: inline-block;

}

.mainonemainright2 div small {
  color: #ccc;
  flex-shrink: 0;
}

.mainonemainright2 div p a {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mainonemain-left div:hover h4 a {
  color: #bf001a;
}

.mainonemainright1 div:hover h4 a {
  color: #bf001a;
}

.mainonemainright2 div:hover p a {
  color: #bf001a;
}

.mainqiangjia {
  width: 100%;
  margin-bottom: 0px;

}

.mainqiangjia1 {
  width: 96.7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #f4f4f4;
}

.mySwiper {
  width: 80%;
  height: 133px;
}

.mySwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.mainqiangjia1>div:nth-child(1) {
  width: 127px;
  height: 116px;
  background: #bf001a;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainqiangjia1>div:nth-child(1) img {
  width: 80.65px;
  height: 72.15px;
  background-size: 40% !important;
  margin: 0 auto;
}

.mainqiangjia1 .mainqiangjia2 {
  width: 100%;
  height: 100%;

}

.mainqiangjia1 .mainqiangjia2 p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.mainqiangjia1 .mainqiangjia2 h4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;


}

.mainqiangjia1 .mainqiangjia2 h4 a {
  font-size: 22px;
  color: #bf001a !important;
}

.maintow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maintow .maintowcenter {
  width: 49%;
}

.mainthree {

  width: 100%;
  height: 120px;
}

.mainthreeswiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.mainfour {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../image/6a7a8236-b5ff-4ff7-b463-20f25f994e40.jpg);
}

.mainfour-main {
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 35px;
}

.mainfourimg1 {
  margin: 10px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainfourimg1 p {
  text-align: center;
  margin-top: 15px;
  font-weight: 550;
}

.mainfourimg1 img {

  width: 77px;
  height: 77px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
  background-size: cover;
}

.mainfourimg1 img:hover {
  transition: all 0.5s ease-out;
  transform: rotateZ(360deg);
}

.mainfour-main2 {
  margin: 10px 0;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 20px;
}

.mainfour-main2 div h4 {
  padding: 10px 0px;
  font-size: 22px;
  color: #bf001a;
  font-weight: 700;
  text-align: left;
}

.mainfour-main2 div p {
  margin-top: 20px;
  line-height: 25px;
  font-size: 16px;
  color: #bf001a;

  text-align: left;
}

.mainfour-main2 div a {
  display: inline-block;
  color: #fff;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #bf001a;
  border-radius: 5px;
  margin: 30px 0;
  padding: 0;
}

.mainfour-main2 div a:hover {}

.mainfive {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mainfivecenter {
  width: 32%;
  display: flex;
  flex-direction: column;

}

.mainsix {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.mainsiximg {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.mainsiximg div {
  width: 155px;
  height: 59px;
  margin: 10px 0px;
}

.mainsiximg div img {
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(43, 43, 43, 1);
}

.footer-top {

  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}

.footer-top ul {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.footer-top ul li {
  margin: 5px 0;

}

.footer-top ul li h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer-top ul li a {
  color: #fff;
  font-size: 14px;
}

.ewm {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ewm img {
  width: 120px;
  height: 120px;
}

.ewm h4 {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
}

.footer-bottom {
  width: 100%;
  background-color: rgba(24, 23, 23, 1);
}

.footer-bottom div {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0;
}

.footer-bottom div p {
  color: #FFFFFF99;
  font-size: 14px;
}

.mbx {
  margin: 0px 0;

}

.mbx a {
  color: #666666;
}

.gywm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.gywm-nav {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

}

.gywm-nav .gywm-navone div {
  width: 240px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #bf001a;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
}

.gywm-nav .gywm-navone div h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.gywm-navone {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

.gywm-nav .gywm-navone ul {
  width: 240px;

  border-radius: 0 0 5px 5px;
}

.gywm-nav .gywm-navone ul li:nth-child(1) {
  margin-top: 20px;
}

.gywm-nav .gywm-navone ul li {
  width: 220px;
  margin: 0 auto;
  margin-top: 20px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;

  cursor: pointer;
  background: url(../image/hong.png)no-repeat 10%;
  border-bottom: 1px solid #edebeb;
}

.gywm-nav .gywm-navone ul li:hover {
  height: 38px;
  background-color: #bf001a;
  border-radius: 25px;
  color: #fff;

}

.gywm-navtow {
  margin-top: 20px;
  width: 240px;
}

.gywm-navtow>div>h4 {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #bf001a;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.gywm-dianhua {
  width: 240px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 5px;
  padding-bottom: 20px;
}

.gywm-dianhua>p {
  font-size: 14px;
  text-align: left;
  padding: 0px 20px;
  line-height: 35px;
}

.gywm-dianhua>p:nth-child(3) {
  display: none;
}

.bbq {
  background: url(../image/bai.png) #bf001a no-repeat 10% !important;
  border-radius: 25px;
  color: #fff;

}

.bbq a {
  color: #fff;
}

.gywm-main {
  width: 76%;
}

.gywm-center {
  width: 100%;
  height: auto;
}

.gywm-centerone {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.gywm-centerone>div:nth-child(1) {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;

}

.gywm-centerone>div {
  margin-bottom: 30px;
}

.gywm-centerone>div:nth-child(2) {
  margin-top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gywm-centerone>div:nth-child(2)>.hyyrh {
  margin: 10px 0;
}

.gywm-centerone>div>h4 {
  color: #bf001a;
  padding: 10px 0;
  margin-bottom: 0px;
  border-bottom: 3px solid #bf001a;
}

.gywm-centerone>div>p {
  text-indent: 2em;
  line-height: 25px;
  font-size: 14px;
  margin: 10px 0;
}

.gywm-centeroneimg {
  margin: 0 auto;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}

.gywm-centeroneimgcc {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: 15px;

}

.gywm-centeroneimgcc a {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: 15px;

}

.gywm-centeroneimgcc>div:nth-child(1) {
  width: 100%;
  height: 180px;
}

.gywm-centeroneimgcc>div:nth-child(1) img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gywm-centeroneimgcc>div:nth-child(2) {
  width: 100%;
  height: 60px;

}

.gywm-centeroneimgcc>div:nth-child(2)>p {
  width: 100%;
  line-height: 60px;
  text-indent: 0.5em;
  text-align: left;
  font-size: 16px;
  color: #333;
  text-align: center;

}

.xhgzone {
  margin: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-shadow: 0px 0px 1px #ccc;
  background-color: #f9f9f9;
}

.xhgzoneimg {
  width: 270px;
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.xhgzoneimg img {
  width: 90%;
  height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
}

.xhgzone:hover img {
  height: 95%;
  width: 95%;
  margin-top: 0px;
  margin-left: 0px;

  transition: all 0.5s ease-out;
}

.xhgzonetext {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;

}

.xhgzonetext>div:nth-child(1) {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.xhgzonetext>div:nth-child(2)>p {
  line-height: 25px;
}

.xhgzonetext h4 {
  color: #333 !important;
  border: none !important;
  margin-bottom: 0;
  margin-top: 5px;
}

.xhgzone:hover {
  box-shadow: 5px 5px 16px #ccc;
}

.xhgzonetext>div>h4>a {
  font-size: 18px;
}

.xhgzonetext>div>h4>a:hover {
  color: #bf001a !important;

}

.shijian {
  color: #999;
}

.xhgzonetext>div {
  margin-top: 15px;
}

.xiangqingbut {

  padding: 5px 20px;
  border-radius: 5px;
  background-color: #bf001a;
}

.xhgzonetext>.xiangqingbut>a {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  transition: all 0.5s ease-out;
}

.xhgzonetext>.xiangqingbut:hover {
  padding: 5px 25px;
}

.xhgzonetext>.xiangqingbut:hover a {
  padding-right: 20px;
  transition: all 0.5s ease-out;
  background: url(../image/jiantouyou.png)no-repeat right;
}

.xhgzform {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.xhgzform>form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form-group {
  width: 45%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}

.form-group label {
  width: 20%;
  font-size: 16px;
  color: #333;
}

.form-group input {
  width: 80%;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  text-indent: 1em;
}

.form-textarea {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;

}

.form-textarea label {
  margin-bottom: 10px;
  width: 9%;
  font-size: 16px;
  color: #333;
}

.form-textarea>textarea {
  border: none;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  text-indent: 1em;
  line-height: 25px;
}

.xhgzformbut {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.xhgzformbut>button {
  margin-top: 50px;
  width: 220px;
  height: 40px;
  border: none;
  background-color: #bf001a;
  color: #fff;
  border-radius: 5px;
}

.hyyrhcenter {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f9f9f9;
}

.hyyrhimg {
  width: 45%;
  height: 250px;
}

.hyyrhimg>img {
  width: 100%;
  height: 100%;
}

.hyyrhtext {
  width: 52%;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.hyyrhtext>h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 15px 0;
}

.hyyrhtext>p {
  line-height: 30px;
}

.hyyrhtext>h3>span {
  padding: 8px 25px;
  margin-left: 50px;
  background:
    linear-gradient(217deg, rgba(255, 0, 0, .8), rgba(255, 0, 0, 0) 70.71%),
    linear-gradient(127deg, rgba(0, 200, 255, 0.8), rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, rgba(255, 123, 0, 0.8), rgba(0, 0, 255, 0) 70.71%);
}

.rhsmimg {
  width: 100%;
  height: 350px;

}

.rhsmimg img {
  max-width: 912px;
  height: 100%;

}

.rhsmtext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.rhsmtext>h5 {
  margin: 10px 0;
}

.rhsmtext>p {
  line-height: 30px;
}

.bzfg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: all 0.5s ease-out;
  margin: 10px 0;
}

.bzfgimg {
  width: 30%;
  height: 144px;
}

.bzfgimg img {
  width: 100%;
  height: 100%;
}

.bzfgmain {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.bzfgmain-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bzfgmain-titleimg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.bzfgmain-titleimg>img {
  width: 22px;
  height: 22px;
}

.bzfgmain-titleimg {
  color: #808080;
}

.bzfgmainbut {
  width: 100%;
  display: flex;


  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 10px 0;
}

.bzfgmainbut a {
  width: 120px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  transition: all 0.5s ease-out;
}

.bzfgmain-title>h4>a {
  font-size: 18px;

  transition: all 0.5s ease-out;
}

.bzfg:hover .bzfgmain-title>h4>a {
  padding-left: 25px;
  transition: all 0.5s ease-out;
  color: #bf001a;
}

.bzfg:hover .bzfgmainbut a {
  color: #bf001a;
  transition: all 0.5s ease-out;
  border: 1px solid #bf001a;
}

.xzzxnn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.hyfcxx {
  width: 77%;
  display: flex;
  flex-direction: column;
}

.hyfc {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.xzzx {
  width: 77%;
  display: flex;
  flex-direction: column;

}

.xzzxtitle {
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}

.xzzxtitle>h4 {
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 18px;
  border-bottom: 3px solid #bf001a;
}

.xzzxmain {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.xzzxcenter {
  margin: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f2f2f2;

}

.xzzxcenter a {

  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.xzzxcenter:hover {
  background-color: #f6f6f6;
}

.xzzxcentertext {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.xzzxcenterimg {
  padding-right: 10px;
}

.xzzxcentertext>p {
  line-height: 30px;
  padding: 5px;
}

.xzzxcentertext>p:nth-child(1) {
  font-size: 16px;
}

.xzzxcentertext>p:nth-child(2) {
  font-size: 14px;
  color: #999;
}

.hyfccenter {
  margin: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #f2f2f2;
  flex-wrap: wrap;
}

.hyfccenterimg {
  width: 30%;
  height: 160px;
}

.hyfccenterimg img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.hyfccentertext {
  width: 65%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
}

.hyfccentertext>p:nth-child(1) {
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hyfccentertext>p:nth-child(1) span {}

.hyfccentertext>p:nth-child(1) a {
  font-size: 18px;

}

.hyfccentertext>p:nth-child(2) {
  line-height: 30px;
}

.hyfccenter:hover .hyfccentertext>p:nth-child(1) a {
  color: #bf001a;
}

.zpxx {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.zpxxmain {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f4f4f4;
  margin: 20px;
  margin-left: 0px;
}

.zpxxmain:hover .zpxxmain-title>p:nth-child(1) {
  color: #bf001a;
}

.zpxxmain-title {
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.zpxxmain-center {
  width: 95%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.zpxxmain-center1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.zpxxmain-center2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.zpxxmain-title>p:nth-child(1) {
  font-size: 20px;
  text-indent: 0.5em;
  border-left: 5px solid #bf001a;
}

.zpxxmain-title>p:nth-child(2) {
  color: #808080;

}

.zpxxmain-center1>p,
.zpxxmain-center2>p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lxwm {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lxwmtext {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;


}

.lxwmtext h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;

}

.lxwmtext p {
  line-height: 30px;
  margin-bottom: 10px;

}

body {
  margin: 0;
  font: 13px/1.5 "Microsoft YaHei", "Helvetica Neue", "Sans-Serif";
}

.my-map {
  margin: 0 auto;
  width: 900px;
  height: 460px;
}

.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}


.mainqiangjia3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
}

.mainqiangjia3swiper {
  width: 45%;
}

.yqljmain {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.qiangjia3main {
  width: 50%;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.qiangjia3main>ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e3e3e3;
}

.qiangjia3main>ul>li {
  margin-right: 15px;
  padding: 0px 20px;
  padding-bottom: 10px;
  font-size: 18px;
}

.qiangjia3maincenter {
  width: 100%;

  display: flex;
  flex-direction: column;
}

.qiangjia3maincenter1 {
  width: 100%;


}

.qiangjia3maincenter4 {
  width: 100%;


}

.mainqiangjia3swiper {
  width: 45%;
  height: 380px;
}

.mainqiangjia3swiper2 {
  width: 100%;
  height: 380px;
}

.mainqiangjia3swiper2>.swiper-wrapper {
  width: 100%;
  height: 380px;
}

.mainqiangjia3swiper2>.swiper-wrapper>.swiper-slide {
  width: 100%;
  height: 380px;
}

.mainqiangjia3swiper2>.swiper-wrapper>.swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 380px;
}

.qiangjia3maincenter2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.qiangjia3maincenter2>div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #e3e3e3;
}

.qiangjia3maincenter2>div>p{
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
    white-space: nowrap;
}

.qiangjia3maincenter3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.qiangjia3maincenter3>div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;

}

.qiangjia3maincenter3>div>p {
  width: 20%;
  text-align: center;
  margin: 10px 0px;
}

.xxl {
  border-bottom: 3px solid #bf001a;
}

.yqljxxl {
  background-color: #bf001a;
  color: #fff !important;
}

.qiangjia3maincenter2>div:nth-child(1) {
  margin-top: 10px;
}

.mainqiangjia3swiper2text {
  width: 100%;
  position: absolute;
  bottom: 0%;
  font-size: 14px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 12px;

}

.qqb {
  display: none;
}

.mainqiangjia3swiper2 .swiper-button-prev1 {
  background: url(../image/focus_btn.png)no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  left: 0px;
  background-position: 0 -74px;
  cursor: pointer;
  z-index: 999;
}

.mainqiangjia3swiper2 .swiper-button-next1 {
  z-index: 999;
  background: url(../image/focus_btn.png)no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  right: 0px;
  background-position: -40px -74px;
  cursor: pointer;
}

.mainqiangjia3swiper2 .swiper-button-prev1:hover {
  background-position: 0px 0px;
}

.mainqiangjia3swiper2 .swiper-button-next1:hover {
  background-position: -40px 0px;
}

.headerswiper .swiper-button-prev2 {
  background: url(../image/focus_btn.png)no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  left: 0px;
  background-position: 0 -74px;
  cursor: pointer;
  z-index: 999;
}

.headerswiper .swiper-button-next2 {
  z-index: 999;
  background: url(../image/focus_btn.png)no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  right: 0px;
  background-position: -40px -74px;
  cursor: pointer;
}

.headerswiper .swiper-button-prev2:hover {
  background-position: 0px 0px;
}

.headerswiper .swiper-button-next2:hover {
  background-position: -40px 0px;
}

.headerswiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px !important;
  height: 5px;
  border-radius: 25px !important;

}

.swiper-pagination-bullet {
  background: #333 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #bf001a !important;
}

.show2 {
  width: 100%;

}

.show2main {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.show2main p {

  text-indent: 2em;
  line-height: 30px;
}

.show2main img {}

.show3 {
  width: 100%;
}

.show3main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.show3center {
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.5s ease-out;
  border-bottom: 1px dashed #f6f6f6;
}

.show3centerbzfg {
  padding-top: 20px;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 15px;
}

.show3center-left {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.show3center-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.show3center-left>p:nth-child(1) {
  line-height: 35px;
}

.show3center-lefttitle {
  margin-left: 10px;
}

.show3center-lefttitle a {
  font-size: 18px !important;
}

.show3center-righttext {
  margin-right: 25px;
}

.show3center-left>p:nth-child(1) a {
  font-size: 14px;
}

.show3center-left>p:nth-child(2) {
  font-size: 14px;
  color: #6f6f6f;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 30px;
}

.show3center-right>p:nth-child(1) {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 35px;
}

.show3center-right>p:nth-child(2) {
  font-size: 34px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-weight: 700;
  color: #c2c2c2;
}

.show3center:hover {
  margin-left: 20px;
  transition: all 0.5s ease-out;
}

.show3center:hover .show3center-left>p:nth-child(1) a {
  color: #bf001a;
  transition: all 0.5s ease-out;
}

.show3center:hover .show3center-right>p {
  color: #bf001a;
  transition: all 0.5s ease-out;
}

.xqyimg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.xqyimg img {
  max-width: 920px;
  height: auto;
}

.xqytext {
  border-bottom: 1px solid #f2f2f2;
}

.xqytext div {
  width: 100%;
  display: flex;

  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}

.xqytext h4 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 24px;
}

.xqytext div p {
  margin-right: 15px;
  color: #808080;
}

.fenye {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.fenye ul {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.fenye ul li {
  padding: 8px 15px;
  border: 1px solid #ccc;
}

.fenye ul li:nth-child(2) {
  background-color: #bf001a;
  color: #fff;
}

.fenye ul li:hover {
  background-color: #bf001a;
  color: #fff;
}

.hyfcsousuo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.hyfcsousuo input {
  width: 420px;
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 25px 0px 0px 25px;
  text-indent: 2em;
}

form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.hyfcsousuo button {
  border: none;
  padding: 12.5px 20px;
  background-color: #bf001a;
  color: #fff;
  border-radius: 0px 25px 25px 0px;
  margin-left: 0px;
}

.hyfcgsmc {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}

.hyfcgsmc>div {
  width: 33%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.hyfcgsmc>div>a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.hyfcgsmc>div img {
  width: 16px;
  height: 16px;
}

.mainseven {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mySwiper2 {
  margin-top: 20px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mySwiper2 .swiper-wrapper {
  width: 1200px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.mySwiper2 .swiper-wrapper .swiper-slide {
  width: 1200px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mySwiper2 .swiper-wrapper .swiper-slide img {
  width: 240px;
  height: 156px;
  background-size: 100%;
}

.mySwiper2 .swiper-wrapper .swiper-slide p {

  text-align: center;
  margin-top: 20px;
}

.hyzjhtml {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.hyzjhtml>div {
  width: 50%;
  line-height: 40px;

  margin: 0 auto;
}

.hyzjhtml>div>p {
  width: 100%;
  text-align: left;

}

.hyzjhtml>div>p>span {
  font-weight: 700;
  text-align: left;
}

.hyzjdwjs {
  width: 100%;
}

.hyzjdwjs>p {
  margin-top: 30px;
  text-indent: 2em;
  line-height: 30px;
}

.phoneHeader,
.aoniu_nav {
  display: none;
}

@media (max-width:640px) {
  #box {
    min-width: 300px;
  }

  .ffvb {
    width: 100%;
    height: 180px;
  }

  .ffvb p:nth-child(1) {
    font-size: 25px;
  }

  .header-swiperimg {
    height: 250px;
  }

  .headerswiper,
  .headerswiper .swiper-wrapper {
    height: 300px;
  }

  .mainthree {
    margin-top: 20px;
    height: 220px;
  }

  .yqljmain ul li {
    width: 22%;
    padding: 5px 0;
  }

  .header-text,
  .header-top,
  .header-main,
  .mainqiangjia,
  .footer,
  .gywm-navtow {
    display: none;
  }

  .phoneHeader {
    display: block;
  }

  .phoneHeader {
    width: 100vw;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    position: fixed;
    top: 0px;
    z-index: 999;
  }

  .phoneHeader>div:nth-child(1) {
    width: 55vw;
    height: 42px;
    margin-left: 20px;
  }

  .phoneHeader>div:nth-child(1)>img {
    height: 100%;
    object-fit:contain;
  }

  .btnfm {
    width: 50vw;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .btnfm>p {
    touch-action: none;
    width: 34px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .btnfm>p>span {
    text-align: right;
    display: block;
    height: 4px;
    width: 30px;
    background-color: black;
  }


  .foldingMenu {
    position: absolute;
    top: 60px;
    height: calc(100vh);
    background-color: #f2f2f2;
    overflow: hidden;
    width: 0px;
    bottom: 0;
    z-index: 666;
  }

  .foldingMenu ul {
    padding-left: 10px;
  }

  .foldingMenu ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);

  }

  .foldingMenu ul li>ul {
    display: none;
    height: 200px;
  }

  .foldingMenu ul li:active>ul {
    display: block;
    height: 200px;
  }

  .foldingMenu ul li>a {
    font-size: 14px;
    color: #212529;
  }

  .aoniu_nav {
    width: 100%;
    margin: auto;
    display: block;

  }

  .aoniu_nav>ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #bf001a;
  }

  .aoniu_nav>ul>li {
    width: 100px;
    border-right: 1px solid #ccc;
    background-color: #bf001a;
  }

  .aoniu_nav>ul>li>a {
    color: #ffffff;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

  }

  .aoniu_nav>ul>li>a>img {
    width: 24px;
    height: 24px;
  }

  .main {
    width: 95%;
    margin: 20px auto;
  }

  .mainqiangjia3,
  .maintow,
  .mainfive,
  .gywm,
  .xzzxnn {
    flex-direction: column;
  }

  .mainqiangjia3swiper {
    width: 100%;
    display: none;
  }

  .qiangjia3main,
  .maintowcenter,
  .maintow .maintowcenter,
  .mainfour-main2,
  .mainfour-main,
  .mainfivecenter,
  .mainseven,
  .mySwiper2,
  .mySwiper2 .swiper-wrapper,
  .gywm-nav,
  .gywm-main {
    width: 100%;
    margin: 0;
  }

  .mySwiper2 .swiper-wrapper .swiper-slide {
    margin-top: 20px;
  }

  .qiangjia3main>ul {
    justify-content: space-between;
  }

  .qiangjia3main>ul>li {
    padding: 0;
  }

  .qiangjia3maincenter3>div>p {
    text-align: left;
  }

  .gywm-centerone img {
    width: 100%;
  }

  #yqljnav {
    font-size: 14px;
  }

  .xqytext h4 {
    line-height: 30px;
  }

  .qiangjia3maincenter3>div>p,
  .gywm-nav .gywm-navone ul li {
    width: 50%;
  }

  .gywm-nav .gywm-navone div,
  .gywm-nav .gywm-navone ul,
  .gywm-navone,
  .xhgzoneimg,
  .xhgzonetext,
  .xzzx {
    width: 100%;
  }

  .xzzx {
    margin-top: 20px;
  }

  .gywm-nav .gywm-navone ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .gywm-nav .gywm-navone ul li {
    margin: 0;
    margin-top: 20px;
  }

  .gywm-centeroneimg,
  .xhgzonetext {
    margin: 0;
  }




  .form-group label {
    font-size: 14px;
  }

  .xhgzone {
    box-shadow: 0px 0px 0px #ccc;
    background-color: #fff;
  }

  .xhgzonetext>div:nth-child(1) {
    align-items: center;
  }

  .xhgzonetext h4 {
    width: 80%;
    line-height: 25px;
    margin: 0;
  }

  .shijian {
    width: 20%;
  }

  .show3center-right {
    width: 25%;
  }

  .show3center-right>p:nth-child(2) {
    font-size: 23px;
    padding-right: 10px;
  }

  .show3center-left>p:nth-child(2) {
    padding-left: 10px;
  }

  .gywm-centeroneimgcc {
    width: 45%;
    margin: 0 auto;
  }

  .gywm-centeroneimgcc>div:nth-child(1) {
    height: 130px;
  }

  .gywm-centeroneimgcc>div:nth-child(2) {

    height: auto;
  }

  .gywm-centeroneimgcc a {
    margin: 0;
  }

  .gywm-centeroneimgcc>div:nth-child(2)>p {}

  .gywm-nav .gywm-navone div h4 {
    padding-left: 10px;
  }

  .gywm-nav .gywm-navone div {
    align-items: flex-start;
  }

  .form-group {
    width: 100%;
  }

  .form-textarea>textarea,
  .form-textarea label,
  .hyfcgsmc>div,
  .my-map {
    width: 100%;
  }

  .form-textarea {
    flex-direction: column;
  }

  .gywm-centerone>div>p {
    text-indent: 0;
  }

  .header-swipertext {
    width: 57%;
    height: 0;
  }

  .yc {
    display: none;
  }

  .mySwiper2 .swiper-wrapper .swiper-slide img {
    width: 340px;
    height: 200px;
  }

  .swiper-button-prev2,
  .swiper-button-next2 {
    display: none;
  }

  .header-swipertext p:nth-child(2),
  .header-swipertext p:nth-child(1) {
    width: 350px;
    text-align: center;
  }

  .hyfcsousuo input {
    width: 75%;
  }

  .hyfcgsmc>div>a {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}